Spacing

The bundle environment has three parameters for spacing.

You should set these parameters before the bundle environment if you dislike default values.

If you write

\begin{bundle}{xxx}
\chunk{aaa}
\chunk{
	\setlength{\GapDepth}{5pt}
        \setlength{\GapWidth}{5pt}
        \begin{bundle}{yyy}
        \chunk{bbb}
        \chunk{ddd}
        \end{bundle}}
\chunk{ccc}
\end{bundle}
you get
\begin{bundle}{xxx}
\chunk{aaa}
\chunk{
\setlength{\GapDepth}{5pt}
\setleng...
...n{bundle}{yyy}
\chunk{bbb}
\chunk{ddd}
\end{bundle}}
\chunk{ccc}
\end{bundle}
.